import {Meta} from "@storybook/addon-docs/blocks";

<Meta title="Introduction/2-Getting Started" />

# Getting Started

## Installation

Install the package in your project. We recommend you use this package alongside `@payfit/unity-themes`.

```bash
yarn add @payfit/unity-themes @payfit/unity-illustrations
```

Ensure that `react` and `react-dom` are also installed in your project:

```bash
yarn add react react-dom
```

You are now ready to use the illustrations in your application.

## Browser Support

This package supports all modern evergreen browsers. It does not support IE.
